home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
libs
/
ctask22d
/
tch.bat
< prev
next >
Wrap
DOS Batch File
|
1992-12-21
|
179b
|
9 lines
rem Batch-file to make Turbo C versions of the CTask kernel
rem and support routines.
rem Large model
tmake -fctaskh.tc
if errorlevel 1 goto exit
tmake -fctsuph.tc
:exit